home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / frame_62 / PlaceObject2_3564_564 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2011-06-09  |  204 b   |  10 lines

  1. onClipEvent(enterFrame){
  2.    if(this._name != "orig2")
  3.    {
  4.       this._yspeed = this._yspeed + 1;
  5.       this._x += this._xspeed;
  6.       this._rotation += 10;
  7.       this._y += this._yspeed;
  8.    }
  9. }
  10.